Vcenter VM InstantClonePlacementSpec

Vcenter VM InstantClonePlacementSpec
Vcenter VM InstantClonePlacementSpec

The Vcenter VM InstantClonePlacementSpec schema contains information used to place an InstantClone of a virtual machine onto resources within the vCenter inventory.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "folder": "string",
    "resource_pool": "string",
    "datastore": "string"
}
string
folder
Optional

Virtual machine folder into which the InstantCloned virtual machine should be placed.

This property was added in vSphere API 6.7.1.

If property is missing or null, the system will use the virtual machine folder of the source virtual machine.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder.

string
resource_pool
Optional

Resource pool into which the InstantCloned virtual machine should be placed.

This property was added in vSphere API 6.7.1.

If property is missing or null, the system will use the resource pool of the source virtual machine.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ResourcePool. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ResourcePool.

string
datastore
Optional

Datastore on which the InstantCloned virtual machine's configuration state should be stored. This datastore will also be used for any virtual disks that are created as part of the virtual machine InstantClone operation.

This property was added in vSphere API 6.7.1.

If property is missing or null, the system will use the datastore of the source virtual machine.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.